home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
comm
/
term
/
term_extras.lha
/
Extras
/
HydraCom
/
hydracom-source.lha
/
smakefile
< prev
Wrap
Makefile
|
1996-10-11
|
616b
|
26 lines
# :ts=8
.c.o:
sc $(CFLAGS) $(OPTIMIZE) cpu=$(CPU) $(DEBUG) $*.c
CFLAGS = nminc mccons streq strmerge define=__PROTO__ \
utillib
LFLAGS = sc sd noicons \
define __CXM33=__UCXM33 define __CXD33=__UCXD33 \
define __CXM22=__UCXM22 define __CXD22=__UCXD22
OPTIMIZE = optimize nooptinlocal opttime optschedule
CPU = any
#CPU = 68040
DEBUG = debug=line
OBJS = misc.o hydracom.o hydra.o fmisc.o dos_file.o amiga.o
LIBS = lib:sc.lib lib:amiga.lib lib:debug.lib
hydracom: $(OBJS)
slink lib:cres.o $(OBJS) to $@.debug lib $(LIBS) $(LFLAGS)
@slink $@.debug to $@ nd noicons
clean:
-delete hydracom \#?.o